home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Magazine 1
/
CD-ROM Magazine - Issue 01.iso
/
pc
/
demo
/
corelg
/
qtour
/
mode.dir
/
00002_Script_2
< prev
next >
Wrap
Text File
|
1995-06-06
|
301b
|
14 lines
on exitFrame
global gTimer,gBEENTHERE,gTICKS
if the timer > gTimer then
go the frame + 2
startTimer
else
go the frame
if gBEENTHERE then
if (the ticks - gTICKS) > (2*60*60) then
go frame "AUTOMATIC" of movie "INTRO"
end if
end if
end if
end